Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.routing.dm.operations

Contributions

XML Source

<component name="org.nuxeo.ecm.platform.routing.dm.operations"
  version="1.0">
  <!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
  <extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
    point="operations">
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition" />
  </extension>

</component>